github.com/gotd/td/mtproto.Conn.conn (field)
7 uses
github.com/gotd/td/mtproto (current package)
conn.go#L55: conn transport.Conn
conn.go#L198: if err := c.conn.Close(); err != nil {
connect.go#L41: c.conn = conn
connect.go#L111: ex := exchange.NewExchanger(c.conn, c.dcID).
http_wait.go#L36: w, ok := c.conn.(httpWaiter)
read.go#L185: if err := c.conn.Recv(ctx, buf); err != nil {
write.go#L66: if err := c.conn.Send(ctx, b); err != nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |